home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; k510bus.inf -- Install the Sony Ericsson K510 Driver drivers
- ;
- ; Copyright (c) 1997-2005 by MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=10/07/2005, 4.34.0.2705
- CatalogFile=k510bus.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- SEMCK510Wdm.W95.CopyFiles = 11 ; LDID_SYS
- SEMCK510Wdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"k510bus.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- k510bus.sys = 1
- k510wh95.sys = 1
- k510whnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Sony Ericsson%=SEMCK510
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [SEMCK510]
- %SEMCK510.CdcBus.Desc% = SEMCK510Wdm.Install, USB\VID_0FCE&PID_D041
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [SEMCK510.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.Install]
- DriverVer=10/07/2005, 4.34.0.2705
- CopyFiles = SEMCK510Wdm.W95.CopyFiles, SEMCK510.CopyFiles, PropPages.CopyFiles
- AddReg = SEMCK510Wdm.AddReg, SEMCK510Wdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.Install.NT]
- DriverVer=10/07/2005, 4.34.0.2705
- CopyFiles = SEMCK510Wdm.NT.CopyFiles
- AddReg = SEMCK510Wdm.AddReg, SEMCK510Wdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.Install.NT.Services]
- AddService = k510bus, 2, SEMCK510Wdm.AddService
-
- [SEMCK510Wdm.AddService]
- DisplayName = %SEMCK510.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\k510bus.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.AddReg]
-
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,k510bus.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.W95.CopyFiles]
- k510bus.sys
- k510wh.sys,k510wh95.sys
- k510wh95.sys
- k510whnt.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [SEMCK510Wdm.NT.CopyFiles]
- k510bus.sys
- k510wh.sys,k510whnt.sys
- k510whnt.sys
-
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "Sony Ericsson"
- Sony Ericsson = "Sony Ericsson"
- DiskString = "Sony Ericsson K510 Driver Installation disk"
-
- SEMCK510.CdcBus.Desc = "Sony Ericsson K510 Driver"
- SEMCK510.Service.Desc = "Sony Ericsson K510 Driver driver (WDM)"
-
- CustomerDataPath = "Sony Ericsson K510"
- DriverSet = "Sony Ericsson K510 Software"
- UninstallFile = "K510Uninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; Following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
- ;*** end of file ***
-